Skip to content

Commit

Permalink
Update rng.h
Browse files Browse the repository at this point in the history
May be a redundancy out of class declaration
  • Loading branch information
feimos32 authored Jan 28, 2024
1 parent 39e01e6 commit c257e4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pbrt/util/rng.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ inline T RNG::Uniform() {
return T::unimplemented;
}

template <>
inline uint32_t RNG::Uniform<uint32_t>();

template <>
inline uint32_t RNG::Uniform<uint32_t>() {
uint64_t oldstate = state;
Expand Down

0 comments on commit c257e4b

Please sign in to comment.