Google

Go to the first, previous, next, last section, table of contents.


randpoly_ff

randpoly_ff(d,v)
:: Í­¸ÂÂξå¤Î Íð¿ô·¸¿ô 1 ÊÑ¿ô¿¹à¼°¤ÎÀ¸À®
return
¿¹à¼°
d
ÀµÀ°¿ô
v
ÉÔÄ긵
  • `fff' ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤ë.
  • d ¼¡Ì¤Ëþ, ÊÑ¿ô¤¬ v, ·¸¿ô¤¬¸½ºßÀßÄꤵ¤ì¤Æ¤¤¤ëÍ­¸ÂÂΤ˰¤¹¤ë 1 ÊÑ¿ô¿¹à¼°¤òÀ¸À®¤¹¤ë. ·¸¿ô¤Ï random_ff() ¤Ë¤è¤êÀ¸À®¤µ¤ì¤ë.
[178] setmod_ff(2^64-95);
18446744073709551521
[179] ] F=x^10+random_ff();
[180] randpoly_ff(3,x);
17135261454578964298*x^2+4766826699653615429*x+18317369440429479651
[181] randpoly_ff(3,x);
7565988813172050604*x^2+7430075767279665339*x+4699662986224873544
[182] randpoly_ff(3,x);
10247781277095450395*x^2+10243690944992524936*x+4063829049268845492
»²¾È
section setmod_ff, section random_ff


Go to the first, previous, next, last section, table of contents.