Differences between revisions 1 and 2
Revision 1 as of 2007-04-29 16:49:00
Size: 584
Editor: 88
Comment:
Revision 2 as of 2008-11-15 14:00:12
Size: 584
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Describe erhansenlik here. # -*- coding: cp1254 -*- #random number generation import random import string f=open("ran.dat","wr") n=int(raw_input("kaç tane rasgele sayı istersiniz\n")) for i in range(n):

  • x=random.random() y=str(x) z=str(i) print x f.write(y),f.write("\n") if i == n-1 :
    • print x f.close()

import Numeric import Gnuplot,Gnuplot.funcutils g=Gnuplot.Gnuplot(debug=1) g('set grid') g.plot("'ran.dat' with linespoints") g('set terminal png') g('set output "random.png"') g.plot("'ran.dat' with linespoints")

erhansenlik (last edited 2009-11-17 09:09:13 by vpn-8061f528)

Unable to edit the page? See the FrontPage for instructions.