Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
2bfbf63a
Commit
2bfbf63a
authored
May 20, 2003
by
Josh Coalson
Browse files
minor comments
parent
1fc9092e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugin_common/dither.c
View file @
2bfbf63a
...
...
@@ -35,7 +35,11 @@
#define FLAC__INLINE
#endif
/* 32-bit pseudo-random number generator */
/* 32-bit pseudo-random number generator
*
* @@@ According to Miroslav, this one is poor quality, the one from the
* @@@ original replaygain code is much better
*/
static
FLAC__INLINE
FLAC__uint32
prng
(
FLAC__uint32
state
)
{
return
(
state
*
0x0019660dL
+
0x3c6ef35fL
)
&
0xffffffffL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment