This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using UnityEngine.SceneManagement; | |
| using UnityEngine; | |
| using Xft; | |
| using System.Reflection; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| test_table = list() | |
| for i in range(10): | |
| i += 1 | |
| test_table += [i for x in range(100)] #1 100개, 2 100개, 3 100개...가 든 test_table 을 만드는 코드, 총 1000개가 test_Table 안에 들어있음 | |
| test_average = [(sum([random.choice(test_table) for x in range(10)])/10) for x in range(10000)] | |
| import matplotlib.pyplot as plt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1231242141343141 |
NewerOlder