File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2496,10 +2496,12 @@ Caching Random Values: the <<random-value-sharing>> value</h3>
24962496 * Each instance of a [=random function=] in styles
24972497 has an associated <dfn>random base value</dfn> .
24982498
2499- If the [=random function's=] <<random-value-sharing>> is a <<number>> ,
2499+ If the [=random function's=] <<random-value-sharing>> is ''fixed <<number>>'' ,
25002500 the [=random base value=] is that number.
25012501
2502- Otherwise, the [=random base value=] is a pseudo-random real number between 0 and 1,
2502+ Otherwise, the [=random base value=] is a pseudo-random real number
2503+ in the range `[0, 1)`
2504+ (greater than or equal to 0 and less than 1),
25032505 generated from a uniform distribution,
25042506 and influenced by the function's [=random caching key=] .
25052507
You can’t perform that action at this time.
0 commit comments