Random number, array, vector, matrix, tensor generations using python, numpy, and random

I am going to use only one function for all of these.
I will generate random numbers between 0 and 1.

import numpy as np

number = numpy.random.uniform(0, 1)
array = numpy.random.uniform(0,1,n) # n is array size
matrix = numpy.random.uniform(0,1,(n,m)) # n x m matrix

Thanks,

JF

댓글

이 블로그의 인기 게시물

미국 포닥, 한국으로 돌아가는 이유? (Why do postdoc go back to Korea?)

미국 포닥 - 비지팅 포닥 VS 풀펀딩 포닥 (Visiting Scholar VS Postdoctoral Fellow)

미국 포닥 직위, 타이틀, 명칭? - Visiting Scholar, Postdoctoral Fellow, Research Associate, Research Scientist, Research Professor