Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
a847aac5
Commit
a847aac5
authored
Dec 08, 2014
by
Jonathan Jenkins
Browse files
whoops, forgot rc update in last commit
parent
4007795d
Changes
1
Hide whitespace changes
Inline
Side-by-side
codes/codes.h
View file @
a847aac5
...
...
@@ -48,7 +48,8 @@ static inline tw_stime codes_local_latency(tw_lp *lp)
static
inline
void
codes_local_latency_reverse
(
tw_lp
*
lp
)
{
tw_rand_reverse_unif
(
lp
->
rng
);
int
r
=
g_tw_nRNG_per_lp
-
1
;
tw_rand_reverse_unif
(
&
lp
->
rng
[
r
]);
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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