RAND: removed some doxycomment
This commit is contained in:
parent
f459f09e57
commit
2e589f4be7
@ -91,7 +91,7 @@ static mp_digit read_int_dev_urandom(void)
|
|||||||
* out of a randomly chosen integer.
|
* out of a randomly chosen integer.
|
||||||
* A zero is signed positiv.
|
* A zero is signed positiv.
|
||||||
*
|
*
|
||||||
* @param random_int a randomly chosen mp_digit [out]
|
* @param random_int a randomly chosen mp_digit
|
||||||
* @param sign a integer to store the sign (1==positiv) [out]
|
* @param sign a integer to store the sign (1==positiv) [out]
|
||||||
* @return random small integer from the set {-1, 0, 1}
|
* @return random small integer from the set {-1, 0, 1}
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user